home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Games / Solitaire / Sources / Spider / SpiderSuitDelegate.h < prev    next >
Text File  |  1994-01-19  |  795b  |  29 lines

  1. /* indent:4  tabsize:8  font:fixed-width */
  2.  
  3.  
  4. /*--------------------------------------------------------------------------
  5. | --------------------------------------------------------------------------
  6. |
  7. |    SpiderSuitDelegate :Object
  8. |
  9. |    << Description >>
  10. |
  11. | --------------------------------------------------------------------------
  12. \---------------------------------------------------------------------------*/
  13.  
  14. #import <appkit/appkit.h>
  15.  
  16. @interface SpiderSuitDelegate:Object
  17. {
  18. }
  19.  
  20. /*----------------------------------------------------------------------------
  21. |
  22. |    CardPileView delegation methods
  23. |
  24. \---------------------------------------------------------------------------*/
  25.  
  26. - (BOOL)canAcceptPile:aCardPile from:sender in:aCardPileView;
  27. - acceptPile:aCardPile in:aCardPileView;
  28.  
  29. @end